Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / GetBounds Method / GetBounds(IList<NPointF>) Method
Lst of points.


In This Topic
    GetBounds(IList<NPointF>) Method
    In This Topic
    Gets the bounds of the points in the list
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetBounds( _
       ByVal points As System.Collections.Generic.IList(Of NPointF) _
    ) As NRectangleF
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of NPointF)
    Dim value As NRectangleF
     
    value = NPointFList.GetBounds(points)
    public static NRectangleF GetBounds( 
       System.Collections.Generic.IList<NPointF> points
    )

    Parameters

    points
    Lst of points.

    Return Value

    the bounds of the points in the list
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also